home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 3-Presentations / Service⁄Support⁄Training / Self-Paced Training / Apple Scanner Training / Using / card_32445.txt < prev    next >
Text File  |  1988-07-14  |  8KB  |  278 lines

  1. -- card: 32445 from stack: in
  2. -- bmap block id: 32520
  3. -- flags: 0000
  4. -- background id: 3105
  5. -- name: Submenus 3
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide card field "Mask"
  9. end openCard
  10.  
  11.  
  12.  
  13. -- part 6 (button)
  14. -- low flags: 80
  15. -- high flags: A004
  16. -- rect: left=7 top=315 right=340 bottom=494
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: Self-Check
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   visual iris close
  28.   hide card button "Self-Check"
  29.   show card button "left"
  30.   show card button "right"
  31.   pop card
  32. end mouseUp
  33.  
  34.  
  35.  
  36. -- part 17 (field)
  37. -- low flags: 80
  38. -- high flags: 2007
  39. -- rect: left=54 top=162 right=278 bottom=335
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 10
  45. -- style flags: 0
  46. -- line height: 13
  47. -- part name: Grayscale
  48.  
  49.  
  50. -- part 18 (field)
  51. -- low flags: 80
  52. -- high flags: 2007
  53. -- rect: left=8 top=187 right=303 bottom=289
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 0
  57. -- font id: 3
  58. -- text size: 10
  59. -- style flags: 0
  60. -- line height: 13
  61. -- part name: Halftone
  62.  
  63.  
  64. -- part 19 (field)
  65. -- low flags: 80
  66. -- high flags: 2007
  67. -- rect: left=90 top=176 right=292 bottom=371
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 0
  71. -- font id: 3
  72. -- text size: 10
  73. -- style flags: 0
  74. -- line height: 13
  75. -- part name: Line Art
  76.  
  77.  
  78. -- part 20 (field)
  79. -- low flags: 80
  80. -- high flags: 2007
  81. -- rect: left=48 top=176 right=292 bottom=329
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 0
  85. -- font id: 3
  86. -- text size: 10
  87. -- style flags: 0
  88. -- line height: 13
  89. -- part name: Preview
  90.  
  91.  
  92. -- part 27 (button)
  93. -- low flags: 00
  94. -- high flags: 0000
  95. -- rect: left=220 top=308 right=342 bottom=263
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 21700 / 21700
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: 
  104. ----- HyperTalk script -----
  105. on mouseUp
  106.   visual effect zoom open
  107.   go to stack "Apple Scanner"
  108. end mouseUp
  109.  
  110.  
  111.  
  112. -- part 29 (field)
  113. -- low flags: 80
  114. -- high flags: 2004
  115. -- rect: left=18 top=67 right=267 bottom=212
  116. -- title width / last selected line: 0
  117. -- icon id / first selected line: 0 / 0
  118. -- text alignment: 0
  119. -- font id: 3
  120. -- text size: 12
  121. -- style flags: 0
  122. -- line height: 16
  123. -- part name: Note
  124.  
  125.  
  126. -- part 36 (field)
  127. -- low flags: 01
  128. -- high flags: 2004
  129. -- rect: left=18 top=74 right=275 bottom=213
  130. -- title width / last selected line: 0
  131. -- icon id / first selected line: 0 / 0
  132. -- text alignment: 0
  133. -- font id: 3
  134. -- text size: 12
  135. -- style flags: 0
  136. -- line height: 16
  137. -- part name: Target
  138.  
  139.  
  140. -- part 42 (field)
  141. -- low flags: 81
  142. -- high flags: 0000
  143. -- rect: left=219 top=91 right=258 bottom=485
  144. -- title width / last selected line: 0
  145. -- icon id / first selected line: 0 / 0
  146. -- text alignment: 0
  147. -- font id: 3
  148. -- text size: 12
  149. -- style flags: 0
  150. -- line height: 16
  151. -- part name: Mask
  152. ----- HyperTalk script -----
  153. on mouseUp
  154.   visual zoom in to card
  155.   pop card
  156. end mouseUp
  157.  
  158.  
  159.  
  160. -- part 45 (button)
  161. -- low flags: 00
  162. -- high flags: A003
  163. -- rect: left=42 top=283 right=304 bottom=112
  164. -- title width / last selected line: 0
  165. -- icon id / first selected line: 0 / 0
  166. -- text alignment: 1
  167. -- font id: 0
  168. -- text size: 12
  169. -- style flags: 0
  170. -- line height: 16
  171. -- part name: Go Back
  172. ----- HyperTalk script -----
  173. on mouseUp
  174.   visual dissolve to card
  175.   go to previous card
  176. end mouseUp
  177.  
  178.  
  179.  
  180. -- part 51 (field)
  181. -- low flags: 01
  182. -- high flags: 0000
  183. -- rect: left=0 top=49 right=68 bottom=226
  184. -- title width / last selected line: 0
  185. -- icon id / first selected line: 0 / 0
  186. -- text alignment: 1
  187. -- font id: 3
  188. -- text size: 12
  189. -- style flags: 256
  190. -- line height: 16
  191. -- part name: 
  192.  
  193.  
  194. -- part 55 (button)
  195. -- low flags: 00
  196. -- high flags: 2000
  197. -- rect: left=404 top=280 right=303 bottom=428
  198. -- title width / last selected line: 0
  199. -- icon id / first selected line: 2162 / 2162
  200. -- text alignment: 1
  201. -- font id: 0
  202. -- text size: 12
  203. -- style flags: 0
  204. -- line height: 16
  205. -- part name: Left
  206. ----- HyperTalk script -----
  207. on mouseUp
  208.   visual zoom in to card
  209.   go to card "submenus"
  210. end mouseUp
  211.  
  212.  
  213.  
  214. -- part contents for card part 17
  215. ----- text -----
  216. Grayscale
  217.  
  218. Instructs the scanner to scan the original within the single scan area with Grayscale composition.  Grayscale composition uses 4 bits per pixel to represent 16 different shades of gray.  At a resolution of 300 dots per inch, a grayscale scan records 1200 bits of information per inch for each horizontal inch scanned, or 360,000 bits per square inch.
  219.  
  220. Grayscale composition can be used for only one scan area.  No other scan areas can be present.  The scan area designated as Grayscale composition is indicated in the Scanner window by a wide dark dotted line.
  221.  
  222. When creating a Grayscale composition scan area, AppleScan enables the Contrast & Brightness settings.  Choose Contrast and Brightness to set the contrast and brightness levels.
  223.  
  224. When a window contains a grayscale image, the window title in the View menu displays a Grayscale icon.
  225.  
  226. A grayscale image can be displayed on any monitor that can display 16 shades of gray, such as a color monitor or a high-resolution monitor.  The correct monitor setting for the Macintosh II with an extended video card is 8-bits grayscale, 256 levels.  You change this setting in the Control Panel.
  227.  
  228. If the monitor being used cannot display 16 shades of gray, AppleScan displays the image in black and white.  Displaying the image as Line Art composition does not effect the grayscale information in memory or in a saved document.
  229.  
  230. Grayscale images can be converted to halftone or line art by using the Converter.  A conversion can be performed immediately, or save the grayscale image and convert it at a later time.  
  231.  
  232.  
  233.  
  234. -- part contents for card part 18
  235. ----- text -----
  236. Halftone
  237.  
  238. This setting selectes the pattern to be used when scanning in the halftone mode.  The setting effects Halftone composition scans and conversions of grayscale images to halftone.   The halftone pattern is a 4‚Äîby‚Äî4 dither matrix that determines the manner in which shades of gray are presented in the scanned image.  
  239.  
  240. Use the Locator tool to display a representative area of the image to use with the Halftone Pattern setting.  You can see and print this area using different halftone patterns.    Refer to the Setting dialog box.
  241.  
  242.  
  243.  
  244.  
  245.  
  246. -- part contents for card part 19
  247. ----- text -----
  248. Line Art
  249.  
  250.  
  251.  
  252. -- part contents for card part 20
  253. ----- text -----
  254. Preview
  255.  
  256. Instructs the scanner to perform a 75 dots per inch (dpi) resolution, 100% scale, in Line Art composition.
  257.  
  258. A preview is effected by the Threshold setting and the Graymap setting.  Typically, Preview is used to obtain a rough scan image to set scan areas prior to using Scan.
  259.  
  260. A preview scans the entire scanner glass, ignoring any scan areas set in the Scanner window.
  261.  
  262.  
  263. -- part contents for card part 29
  264. ----- text -----
  265.  
  266. NOTE:  The Scan Control Panel provides access to the same controls and instructions as the Scan menu.  You can operate the scanner by using either the Scan Control Panel or the Scan menu, depending on you preference.
  267.  
  268.  
  269.  
  270. -- part contents for card part 36
  271. ----- text -----
  272. 4.  When the item you want is highlighted, release the mouse button.
  273.  
  274. A checkmark next to the menu item indicates the current selection.  AppleScan performs the function indicated by the item, just as for any other menu choice. 
  275.  
  276. -- part contents for card part 51
  277. ----- text -----
  278. Steps to selecting a submenu